home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000185_news@columbia.edu _Sun Apr 9 16:36:07 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA16939
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 9 Apr 2000 16:36:07 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA17307
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 9 Apr 2000 16:15:07 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Peter Easthope <peter_easthope@gulfnet.pinc.com>
  10. Subject: Re: set input echo ( on | off )
  11. Date: Sun, 09 Apr 2000 20:00:25 GMT
  12. Organization: GulfNet-Galiano
  13. Message-ID: <8cqngi$r2v$1@nnrp1.deja.com>
  14. To: kermit.misc@columbia.edu
  15.  
  16. Thanks for replying Mark and Joe.
  17.  
  18. Well, there is more to this problem than I
  19. anticipated.
  20.  
  21. In <38EF928F.AD3D83B1@value.net> posted at 2000
  22. Apr 8, 20:16:16 GMT Mark Sapiro said,
  23.  
  24. Connect mode input is always displayed on the
  25. connect screen.  "set input echo" only controls
  26. whether or not input read by a script (or by
  27. commands in command mode) is displayed on the
  28. command screen.
  29.  
  30. Yes, my problem is strictly in interpretation of
  31. a script.  Connect mode is not involved.
  32.  
  33. In <x06H488ZGz$4@cc.usu.edu> posted at 2000 Apr
  34. 08 Joe Doupnik said,
  35. As a hint, here is an experiment performed to
  36. check your report.
  37.  
  38. jd>
  39. jd>   define foo output cat bigfile.txt\10, input 10 NotHere
  40. jd>   set input echo off
  41. jd>   foo
  42.  
  43. The only systems available here provide MS-DOS
  44. Kermit and SoftArc FirstClass; there is no
  45. system with C-Kermit.  Thus your test can not be
  46. duplicated exactly.  I tried this against MS-DOS
  47. Kermit in server mode--with another name in
  48. place of bigfile.txt of course.
  49.  
  50.   define foo output type bigfile.txt\13, input 10 NotHere
  51.   set input echo off
  52.   foo
  53.  
  54. It failed, presumably because the MS-DOS Kermit
  55. server can not cope with "type bigfile.txt\13".
  56.  
  57. Does "set input echo off" work when issued in a
  58. script file?  Does the echo stay off until "set
  59. input echo on" is issued; does it apply only to
  60. the following INPUT command?
  61.  
  62. What happens if you put the three lines of your
  63. example into a file called, say test.scr, and
  64. then issue "msk316 take test.scr"?  In effect
  65. that is what I do, but with hundreds more lines
  66. of Kermit code.  The FirstClass server sends
  67. characters just as a C-Kermit server must.
  68.  
  69. Regards,    Peter E.
  70.  
  71.  
  72. Sent via Deja.com http://www.deja.com/
  73. Before you buy.